curl --request POST \
--url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/ListCurrencies \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{}'
{
"currencies": [
{
"id": 123,
"chainId": 123,
"contractAddress": "<string>",
"status": "unknown",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"imageUrl": "<string>",
"exchangeRate": 123,
"defaultChainCurrency": true,
"nativeCurrency": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>",
"refreshMetadataJob": 123
}
]
}
curl --request POST \
--url https://marketplace-api.sequence.app/amoy/rpc/Marketplace/ListCurrencies \
--header 'Content-Type: application/json' \
--header 'X-Access-Key: <api-key>' \
--data '{}'
{
"currencies": [
{
"id": 123,
"chainId": 123,
"contractAddress": "<string>",
"status": "unknown",
"name": "<string>",
"symbol": "<string>",
"decimals": 123,
"imageUrl": "<string>",
"exchangeRate": 123,
"defaultChainCurrency": true,
"nativeCurrency": true,
"createdAt": "<string>",
"updatedAt": "<string>",
"deletedAt": "<string>",
"refreshMetadataJob": 123
}
]
}
Public project access key for authenticating requests obtained on Sequence Builder. Example Test Key: AQAAAAAAAEGvyZiWA9FMslYeG_yayXaHnSI
OK
The response is of type object
.
Was this page helpful?